|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Functions | |
| void | main (void) |
| void | TIMER0_A0_ISR (void) |
Variables | |
| uint8_t | returnValue |
| void main | ( | void | ) |
Definition at line 59 of file ram_ex1_turnOffSector.c.
References __no_operation(), and param.
| void TIMER0_A0_ISR | ( | void | ) |
Definition at line 105 of file ram_ex1_turnOffSector.c.
References returnValue.
| uint8_t returnValue |
MSP430F5529 Demo - RAM controller turn off RAM sector
Description: Switch RAM sector off instead of retention state during low low power modes.
| | | |
This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:
This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.
Definition at line 57 of file ram_ex1_turnOffSector.c.
Referenced by TIMER0_A0_ISR().